server {
        listen       443 ssl;
        server_name  a1.shenjianl.cn;
        ssl_certificate /usr/local/nginx/conf/ssl_certificate/a1/a1.shenjianl.cn_bundle.pem;
        ssl_certificate_key /usr/local/nginx/conf/ssl_certificate/a1/a1.shenjianl.cn.key;
        location / {
                       root /data/a1;
                       index  index.html; 
        }
error_page   500 502 503 504  /50x.html;
                   location = /50x.html {
                   root   html;
        }
 }